From 585972dc10f2c95db22a80207464d9c8866aa28f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 13 Dec 2019 17:01:44 +0000 Subject: [PATCH] docs/process/branching-checklist: Fix a broken rune cr-daily-branch ought to be called via cr-for-branches so that we take the lock. Otherwise strange things can occur if cron runs cr-daily-branch in the same directory - in particular, it will be likely to update the osstest revision, breaking everything. Signed-off-by: Ian Jackson --- docs/process/branching-checklist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/process/branching-checklist.txt b/docs/process/branching-checklist.txt index 10c2038319..1dfa1a2ec7 100644 --- a/docs/process/branching-checklist.txt +++ b/docs/process/branching-checklist.txt @@ -89,6 +89,6 @@ will take a while to take effect: ssh osstest.test-lab cd branches/for-xen-$v-testing.git screen -S $v - ./cr-daily-branch --real xen-$v-testing + BRANCHES=xen-$v-testing ./cr-for-branches branches -w "./cr-daily-branch --real" Send message to committers and RM. Use previous mail as a template. -- 2.30.2